PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DActivation Class / setShowUserInterface Method
True if the user interface should be made visible when the annotation is activated, false if the user interface should not be made visible by default.
In This Topic
    setShowUserInterface Method
    In This Topic
    Sets a value indicating the default behavior of the user interface for viewing or managing information about the 3D artwork.
    Syntax
    public void setShowUserInterface( 
       boolean value
    )

    Parameters

    value
    True if the user interface should be made visible when the annotation is activated, false if the user interface should not be made visible by default.
    See Also